home *** CD-ROM | disk | FTP | other *** search
- Path: mindlink.bc.ca!a946
- From: Ernie_Gorrie@mindlink.bc.ca (Ernie Gorrie)
- Newsgroups: comp.sys.amiga.hardware
- Subject: Zeus '040 Problem
- Date: Fri, 19 Apr 96 17:39:30 -0800
- Organization: MIND LINK! - British Columbia, Canada
- Distribution: world
- Message-ID: <85018-829960770@mindlink.bc.ca>
- NNTP-Posting-Host: mindlink.net
-
- I have a B2000 with a Zeus '040 (28MHz), 16 megs (1 X 8s) of FAST RAM and 2
- megs of CHIP RAM using OS 3.1. Everything worked fine since installing 3.1
- over a year ago.
-
- Recently, my 2000 has been freezing up with alarming frequency. I thought
- it might have something to do with the motherboard, so I moved my Zeus,
- Picasso-2, and flickerFixer into another 2000. The freezing up problem
- continued.
-
- Now I'm thinking I might have messed something up when I reinstalled the
- 3.1 software. (I can't remember why I did that.) Reinstalling changed my
- startup-sequence and version of the 66040.library. When I tried to restore
- things the way they were, I might have changed the version of "addmem" as
- well. Oh, nuts!
-
- Anyway, the following is the beginning of my s:startup-sequence, the file
- size of my 68040.library, and the version of my addmem. Could some Zeus
- user comment on whether these and tell me what they are using to make their
- Zeus with OS 3.1 work?
-
- (I've shown you mine; please show me yours.)
-
- 68040.library 43888 bytes (I have another version at 41672 bytes)
-
- addmem 4672 bytes (I have another version at 9292 bytes)
-
- set040 28876 bytes
-
- s:startup-sequence
-
- ; $VER: Startup-Sequence_HardDrive 40.2 (25.2.93)
- ; Startup-Sequence for hard drive systems
- makedir ram:env
- assign >nil: env: ram:env
- c:addmem >nil: $08000000 $09000000 32BIT
- c:set040 >nil: FASTROM nolocal noclick
- C:SetPatch QUIET
- C:Version >NIL:
- C:AddBuffers >NIL: DF0: 15
- FailAt 21
- C:MakeDir RAM:T RAM:Clipboards RAM:ENV/Sys
- C:Copy >NIL: ENVARC: RAM:ENV ALL NOREQ
-
- Resident >NIL: C:Assign PURE
- Resident >NIL: C:Execute PURE
-
-
- Assign >NIL: T: RAM:T
- Assign >NIL: CLIPS: RAM:Clipboards
- Assign >NIL: REXX: S:
- Assign >NIL: PRINTERS: DEVS:Printers
- Assign >NIL: KEYMAPS: DEVS:Keymaps
- Assign >NIL: LOCALE: SYS:Locale
- Assign >NIL: LIBS: SYS:Classes ADD
- Assign >NIL: HELP: LOCALE:Help DEFER
-
- BindDrivers
- C:Mount >NIL: DEVS:DOSDrivers/~(#?.info)
-
- IF EXISTS DEVS:Monitors
- IF EXISTS DEVS:Monitors/VGAOnly
- DEVS:Monitors/VGAOnly
- EndIF
-
- C:List >NIL: DEVS:Monitors/~(#?.info|VGAOnly) TO T:M LFORMAT
- "DEVS:Monitors/%s"
- Execute T:M
- C:Delete >NIL: T:M
- EndIF
-
- SetEnv Language "english"
- SetEnv Workbench $Workbench
- SetEnv Kickstart $Kickstart
- UnSet Workbench
- UnSet Kickstart
-
- C:AddDataTypes REFRESH QUIET
- C:IPrefs
- C:ConClip
-
- Path >NIL: RAM: C: SYS:Utilities SYS:Rexxc SYS:System S: SYS:Prefs
- SYS:WBStartup SYS:Tools SYS:Tools/Commodities
-
- IF EXISTS S:User-Startup
- Execute S:User-Startup
- EndIF
-
- Resident Execute REMOVE
- Resident Assign REMOVE
-
- C:LoadWB
- EndCLI >NIL:
-
- --
- Ernie_Gorrie@mindlink.bc.ca (Port Coquitlam, British Columbia, Canada)
- CompuServe Information Service (CIS) 72647,2150
-
-